home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / radlc200.zip / RADLC.DOC < prev    next >
Text File  |  1991-01-28  |  6KB  |  163 lines

  1.  
  2. ────────────────────────────────────────────────────────────────────────────────
  3. RADLC; RemoteAccess DownLoad Conuter Version 2.00ß
  4.        Copyright (C) 1991 by Kit Ngan, All rights reserved.
  5. ────────────────────────────────────────────────────────────────────────────────
  6.  
  7.  
  8. Requirement
  9. ~~~~~~~~~~~
  10.     PC/MS-DOS based Operating System with 256 Kbyte.
  11.     FILES.RA    - RemoteAccess FileArea Configuration File.
  12.     CONFIG.RA   - RemoteAccess System Configuration File.
  13.         xxxxxx.LOG  - RemoteAccess System LogFile. (FrontDoor/Opus)
  14.  
  15. Disclaim
  16. ~~~~~~~~
  17.     Use it at your own risk !  I've no responsibility if any errors occured
  18.     which may damage your FILES.BBS.
  19.  
  20. Features
  21. ~~~~~~~~
  22.     ■ Support RemoteAccess 0.04a Structure file.
  23.     ■ Support QuickBBS FILES.BBS Editor 2.0ß.
  24.     ■ Support Maximum 200 FileArea. (GREAT!)
  25.     ■ Support Searching FileAreas and Path from FILES.RA.
  26.     ■ Support FrontDoor and Opus Style LogFile.
  27.     ■ Support Searching LogFile Name and Type. (FrontDoor/Opus)
  28.     ■ Support Reset the Counter by Command-line.
  29.     ■ Support Kill the Counter by Command-line.
  30.     ■ Support Sort the FILES.BBS by Command-line. (No Sort in Comment part)
  31.     ■ Marker can be user definable and can be 2 or 3 digital.
  32.     ■ Marker Style will be saved in the RADLC.DAT every times.
  33.     ■ No limited Files number update per execution.
  34.     ■ No limited the size of FILES.BBS.
  35.     ■ Log RADLC message in RA LogFile by Command-line.
  36.  
  37. Command Usage
  38. ~~~~~~~~~~~~~
  39.     RADLC {MARK=OSCP} {KILL} {NOLOG} {SORT} {RESET} {TOPDL}{=FILENAME}
  40.               ~~~~~|~~~~~ ~~~|~~ ~~~|~~~ ~~~|~~ ~~~|~~~ ~~~|~~~~~~~~~~~~~~
  41.                    |         |      |       |      |  Enable Top 10 DownLoaded
  42.                    |         |      |       |      |  files reporter.
  43.                    |         |      |       |      +- Reset all marker on
  44.                    |         |      |       |         FILES.BBS to zero.
  45.                    |         |      |       +-------- Sort the all FILES.BBS
  46.                    |         |      |                 when updating counter.
  47.                    |         |      +---------------- Disable Message Logging
  48.                    |         |                        at RemoteAccess LogFile.
  49.                    |         +----------------------- Kill the times marker on
  50.                    |                                  all FILES.BBS.
  51.                    +--------------------------------- Change the times marker
  52.                                                       on all FILES.BBS.
  53.  
  54.     MARK Command-line:
  55.  
  56.         O -- The Opener counter mark. ' [ , < , ( , { '     '[' Default
  57.         S -- Size of counter. (2 or 3 only)            '2'    Default
  58.         C -- The Closer counter mark. ' ] , > , ) , } '        ']'    Default
  59.         P -- Prompt of counter.  (Never be a Digit.)        ' '    Default
  60.  
  61.     Example:
  62.  
  63.         RADLC MARK=(3)0   --- The Marker will changed to '(001)'.
  64.         RADLC MARK=(2)0   --- The Marker will changed to '(01)'.
  65.         RADLC MARK=<2>    --- The Marker will changed to '< 1>'.
  66.         RADLC MARK=[3]·   --- The Marker will changed to '[··1]'.
  67.         RADLC MARK=       --- The Marker will changed to '[ 1]', which
  68.                       is the defualt of RADLC. (Reset the Style)
  69.  
  70.     TOPDL Command-line:
  71.  
  72.         FILENAME -- 'RADLC' as default.
  73.  
  74.     Example:
  75.  
  76.         RADLC TOPDL=ABC --- The Files of Top 10 DownLoad Files:
  77.                     ABC.ANS, ABC.ASC in the Text Directory.
  78.         RADLC TOPDL     --- The Files of Top 10 DownLoad files:
  79.                     RADLC.ANS, RADLC.ASC in the Text Directory.
  80.  
  81.     SORT, NOLOG, KILL and RESET Command-line:
  82.  
  83.         RADLC KILL    --- Kill RADLC.DAT and '[ 1]' (counter).
  84.         RADLC NOLOG    --- No Logging messages in RA LogFile.
  85.         RADLC RESET    --- Reset all FILES.BBS '[ 1]' to '[  ]'.
  86.         RADLC SORT    --- A Sorter of all FILES.BBS.
  87.  
  88.     Example:
  89.  
  90.         RADLC KILL NOLOG SORT    (Use as a FILES.BBS sorter.)
  91.  
  92. History
  93. ~~~~~~~
  94.     1.00ß - Fully BUGs version kick it out. (Due to some wrong reading)
  95.  
  96.     1.01ß - Bug fixed of 1.00ß.
  97.         Not Support Comment Line.
  98.  
  99.     1.10ß - Support Comment with '-' at the start.
  100.         Support LOG in RemoteAccess System LogFile.
  101.         Support KILL the Counter Mark.
  102.         Support User Select Counter Mark.
  103.  
  104.     1.12ß - Bug fixed of 1.10ß.
  105.  
  106.     1.20ß - First Public Release Version (Maintance release of 1.12ß).
  107.  
  108.     1.21ß - Added more user selectable Counter Marks.
  109.  
  110.     1.23ß - Bugs fixed of 1.21. (Many many unknow.. so I re-wrote it.)
  111.         Support Comment line. (Bugs fixed.)
  112.         Support SORT the FILES.BBS.
  113.         Support User definetable Counter Mark and Size.
  114.         Faster Accessing time by using Pointer data structure.
  115.  
  116.     1.24ß - Bugs fixed of 1.23ß.
  117.  
  118.     1.30ß - Support to Make a Top-Ten DownLoad Files FileListing.
  119.         RESET command added to reset the Counter.
  120.  
  121.         1.31ß - Maintance release of 1.30ß.
  122.  
  123.         1.32ß - Bug fix of 1.31ß.
  124.  
  125.         2.00ß - Bug fix of 1.32ß (Bugs fix in SORT, FILES.BBS not existed)
  126.  
  127. Credits
  128. ~~~~~~~
  129.     Thanks for beta tester : Kowk Ching, CP Friend I (6:700/167).
  130.  
  131. Comments
  132. ~~~~~~~~
  133.     If you still have any comment or problem, you can directly report
  134.     to :-
  135.  
  136.     Board : KitNET
  137.     SysOp : Kit Ngan
  138.     Data  : (852)664-8532
  139.     Node  : (6:700/157@FidoNet)
  140.             (29:1852/102@SIGnet)
  141.  
  142. Notice
  143. ~~~~~~
  144.     The following products and names are the Copyrighted material or
  145.     TradeMarks of their creators:
  146.  
  147.     * RemoteAccess                  Continental Software.
  148.     * QuickBBS FILES.BBS Editor     Jim Black.
  149.  
  150. Donation
  151. ~~~~~~~~
  152.     If you find this utility program is useful, please register it by
  153.     sending a US$ 5.00 to:
  154.  
  155.     Ngan Kwun Kit
  156.  
  157.     Flat C, 10/Floor,
  158.     Tower 18, Tai Po Center,
  159.     6 On Pong Road, Tai Po,
  160.     N.T., Hong Kong.
  161.  
  162. ────────────────────────────────────────────────────────────────────────────────
  163.